home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / BOOKS / BKSHELF.DIR / 00046.ls < prev    next >
Encoding:
Text File  |  1996-07-19  |  183 b   |  12 lines

  1. on enterFrame
  2.   set the visible of sprite 12 to 0
  3.   set the visible of sprite 13 to 0
  4.   puppetSprite(12, 0)
  5.   puppetSprite(13, 0)
  6.   updateStage()
  7. end
  8.  
  9. on exitFrame
  10.   waitTill(20)
  11. end
  12.